SipClientGetRegisteredContacts Method |
Returns array of all existing registered contacts.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Contact[] GetRegisteredContacts(
string uri,
string from
)
Public Function GetRegisteredContacts (
uri As String,
from As String
) As Contact()
Parameters
- uri
- Type: SystemString
A string represents domain name, name or IP address of SIP server. - from
- Type: SystemString
A string contains the address of the registered user.
Return Value
Type:
ContactAn array of registered contacts.
See Also